runtime.gList.empty (method)

13 uses

	runtime (current package)
		chan.go#L461: 	for !glist.empty() {
		mgcmark.go#L297: 	if list.empty() {
		proc.go#L3386: 		if list, delta := netpoll(0); !list.empty() { // non-blocking
		proc.go#L3638: 		if faketime != 0 && list.empty() {
		proc.go#L3652: 			if !list.empty() {
		proc.go#L3692: 		if list, delta := netpoll(0); !list.empty() {
		proc.go#L3925: 	if glist.empty() {
		proc.go#L5237: 	if pp.gFree.empty() && (!sched.gFree.stack.empty() || !sched.gFree.noStack.empty()) {
		proc.go#L5299: 	for !pp.gFree.empty() {
		proc.go#L6186: 			if !list.empty() {
		proc.go#L7091: func (l *gList) empty() bool {